[INFO] cloning repository https://github.com/Kornelijus/metras
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Kornelijus/metras" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKornelijus%2Fmetras", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKornelijus%2Fmetras'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 11f8b38523a0920f2c0952b05a106c7c106ab4d0
[INFO] checking Kornelijus/metras against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKornelijus%2Fmetras" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Kornelijus/metras
[INFO] finished tweaking git repo https://github.com/Kornelijus/metras
[INFO] tweaked toml for git repo https://github.com/Kornelijus/metras written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Kornelijus/metras on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Kornelijus/metras already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d20fcff1ecf9126b59c7afadb5c21022cc0a0f0436adb7c3af0bca0af192c190
[INFO] running `Command { std: "docker" "start" "d20fcff1ecf9126b59c7afadb5c21022cc0a0f0436adb7c3af0bca0af192c190", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d20fcff1ecf9126b59c7afadb5c21022cc0a0f0436adb7c3af0bca0af192c190", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d20fcff1ecf9126b59c7afadb5c21022cc0a0f0436adb7c3af0bca0af192c190" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d20fcff1ecf9126b59c7afadb5c21022cc0a0f0436adb7c3af0bca0af192c190", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d20fcff1ecf9126b59c7afadb5c21022cc0a0f0436adb7c3af0bca0af192c190" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling bitflags v2.9.2
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling prettyplease v0.2.36
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling target-lexicon v0.13.2
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]     Checking smol_str v0.3.2
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling cc v1.2.33
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]     Checking rama-error v0.3.0-alpha.3 (https://github.com/plabayo/rama#49c30bbe)
[INFO] [stderr]    Compiling pyo3-build-config v0.25.1
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]    Compiling libloading v0.8.8
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling bindgen v0.69.5
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking const_format v0.2.34
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]     Checking psl-types v2.0.11
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking psl v2.1.133
[INFO] [stderr]     Checking tinyvec v1.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]     Checking tokio-graceful v0.2.2
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]    Compiling asn1-rs-derive v0.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling moka v0.12.10
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking uuid v1.18.0
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tagptr v0.2.0
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling oid-registry v0.8.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]     Checking resolv-conf v0.7.4
[INFO] [stderr]    Compiling aws-lc-rs v1.13.3
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]     Checking hickory-proto v0.25.2
[INFO] [stderr]     Checking asn1-rs v0.7.1
[INFO] [stderr]     Checking pem v3.0.5
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling rama v0.3.0-alpha.3 (https://github.com/plabayo/rama#49c30bbe)
[INFO] [stderr]    Compiling pyo3-macros-backend v0.25.1
[INFO] [stderr]    Compiling pyo3-ffi v0.25.1
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]    Compiling pyo3 v0.25.1
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]    Compiling rama-macros v0.3.0-alpha.3 (https://github.com/plabayo/rama#49c30bbe)
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking clap_builder v4.5.44
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]    Compiling clap_derive v4.5.45
[INFO] [stderr]     Checking der-parser v10.0.0
[INFO] [stderr]     Checking rama-utils v0.3.0-alpha.3 (https://github.com/plabayo/rama#49c30bbe)
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]     Checking unindent v0.2.4
[INFO] [stderr]     Checking rama-core v0.3.0-alpha.3 (https://github.com/plabayo/rama#49c30bbe)
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling prost v0.14.1
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]    Compiling prost-types v0.14.1
[INFO] [stderr]     Checking hickory-resolver v0.25.2
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling aws-lc-sys v0.30.0
[INFO] [stderr]     Checking clap v4.5.45
[INFO] [stderr]    Compiling pyo3-macros v0.25.1
[INFO] [stderr]     Checking x509-parser v0.17.0
[INFO] [stderr]    Compiling prost-build v0.14.1
[INFO] [stderr]    Compiling metras v0.1.0 (/opt/rustwide/workdir/metras)
[INFO] [stderr]     Checking metras-py v0.1.0 (/opt/rustwide/workdir/metras-py)
[INFO] [stderr]     Checking rama-http-types v0.3.0-alpha.3 (https://github.com/plabayo/rama#49c30bbe)
[INFO] [stderr]     Checking rama-net v0.3.0-alpha.3 (https://github.com/plabayo/rama#49c30bbe)
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:188:5
[INFO] [stdout]     |
[INFO] [stdout] 188 | /     async fn serve(
[INFO] [stdout] 189 | |         &self,
[INFO] [stdout] 190 | |         ctx: Context<State>,
[INFO] [stdout] 191 | |         stream: Stream,
[INFO] [stdout] 192 | |     ) -> Result<Self::Response, Self::Error> {
[INFO] [stdout]     | |____________________________________________^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:188:5
[INFO] [stdout]     |
[INFO] [stdout] 188 | /     async fn serve(
[INFO] [stdout] 189 | |         &self,
[INFO] [stdout] 190 | |         ctx: Context<State>,
[INFO] [stdout] 191 | |         stream: Stream,
[INFO] [stdout] 192 | |     ) -> Result<Self::Response, Self::Error> {
[INFO] [stdout]     | |____________________________________________^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:219:5
[INFO] [stdout]     |
[INFO] [stdout] 219 | /     async fn serve(
[INFO] [stdout] 220 | |         &self,
[INFO] [stdout] 221 | |         ctx: Context<State>,
[INFO] [stdout] 222 | |         stream: Stream,
[INFO] [stdout] 223 | |     ) -> Result<Self::Response, Self::Error> {
[INFO] [stdout]     | |____________________________________________^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:219:5
[INFO] [stdout]     |
[INFO] [stdout] 219 | /     async fn serve(
[INFO] [stdout] 220 | |         &self,
[INFO] [stdout] 221 | |         ctx: Context<State>,
[INFO] [stdout] 222 | |         stream: Stream,
[INFO] [stdout] 223 | |     ) -> Result<Self::Response, Self::Error> {
[INFO] [stdout]     | |____________________________________________^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:250:5
[INFO] [stdout]     |
[INFO] [stdout] 250 | /     async fn serve(
[INFO] [stdout] 251 | |         &self,
[INFO] [stdout] 252 | |         ctx: Context<State>,
[INFO] [stdout] 253 | |         stream: Stream,
[INFO] [stdout] 254 | |     ) -> Result<Self::Response, Self::Error> {
[INFO] [stdout]     | |____________________________________________^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:250:5
[INFO] [stdout]     |
[INFO] [stdout] 250 | /     async fn serve(
[INFO] [stdout] 251 | |         &self,
[INFO] [stdout] 252 | |         ctx: Context<State>,
[INFO] [stdout] 253 | |         stream: Stream,
[INFO] [stdout] 254 | |     ) -> Result<Self::Response, Self::Error> {
[INFO] [stdout]     | |____________________________________________^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:283:5
[INFO] [stdout]     |
[INFO] [stdout] 283 | /     async fn serve(
[INFO] [stdout] 284 | |         &self,
[INFO] [stdout] 285 | |         ctx: Context<State>,
[INFO] [stdout] 286 | |         stream: Stream,
[INFO] [stdout] 287 | |     ) -> Result<Self::Response, Self::Error> {
[INFO] [stdout]     | |____________________________________________^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:283:5
[INFO] [stdout]     |
[INFO] [stdout] 283 | /     async fn serve(
[INFO] [stdout] 284 | |         &self,
[INFO] [stdout] 285 | |         ctx: Context<State>,
[INFO] [stdout] 286 | |         stream: Stream,
[INFO] [stdout] 287 | |     ) -> Result<Self::Response, Self::Error> {
[INFO] [stdout]     | |____________________________________________^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `U`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rcgen v0.14.3
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:283:5
[INFO] [stdout]     |
[INFO] [stdout] 283 | /     async fn serve(
[INFO] [stdout] 284 | |         &self,
[INFO] [stdout] 285 | |         ctx: Context<State>,
[INFO] [stdout] 286 | |         stream: Stream,
[INFO] [stdout] 287 | |     ) -> Result<Self::Response, Self::Error> {
[INFO] [stdout]     | |____________________________________________^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:176:1
[INFO] [stdout]     |
[INFO] [stdout] 176 | / impl<State, Stream, Response, T, F> Service<State, Stream>
[INFO] [stdout] 177 | |     for HttpPeekRouter<HttpAutoAcceptor<T>, F>
[INFO] [stdout] 178 | | where
[INFO] [stdout] 179 | |     State: Clone + Send + Sync + 'static,
[INFO] [stdout] ...   |
[INFO] [stdout] 182 | |     T: Service<State, HttpPeekStream<Stream>, Response = Response, Error: Into<BoxError>>,
[INFO] [stdout] 183 | |     F: Service<State, HttpPeekStream<Stream>, Response = Response, Error: Into<BoxError>>,
[INFO] [stdout]     | |__________________________________________________________________________________________^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:176:1
[INFO] [stdout]     |
[INFO] [stdout] 176 | / impl<State, Stream, Response, T, F> Service<State, Stream>
[INFO] [stdout] 177 | |     for HttpPeekRouter<HttpAutoAcceptor<T>, F>
[INFO] [stdout] 178 | | where
[INFO] [stdout] 179 | |     State: Clone + Send + Sync + 'static,
[INFO] [stdout] ...   |
[INFO] [stdout] 182 | |     T: Service<State, HttpPeekStream<Stream>, Response = Response, Error: Into<BoxError>>,
[INFO] [stdout] 183 | |     F: Service<State, HttpPeekStream<Stream>, Response = Response, Error: Into<BoxError>>,
[INFO] [stdout]     | |__________________________________________________________________________________________^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:185:5
[INFO] [stdout]     |
[INFO] [stdout] 185 |     type Response = Response;
[INFO] [stdout]     |     ^^^^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:185:5
[INFO] [stdout]     |
[INFO] [stdout] 185 |     type Response = Response;
[INFO] [stdout]     |     ^^^^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:186:5
[INFO] [stdout]     |
[INFO] [stdout] 186 |     type Error = BoxError;
[INFO] [stdout]     |     ^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:186:5
[INFO] [stdout]     |
[INFO] [stdout] 186 |     type Error = BoxError;
[INFO] [stdout]     |     ^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:192:10
[INFO] [stdout]     |
[INFO] [stdout] 192 |     ) -> Result<Self::Response, Self::Error> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:192:10
[INFO] [stdout]     |
[INFO] [stdout] 192 |     ) -> Result<Self::Response, Self::Error> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:208:1
[INFO] [stdout]     |
[INFO] [stdout] 208 | / impl<State, Stream, Response, T, F> Service<State, Stream> for HttpPeekRouter<Http1Acceptor<T>, F>
[INFO] [stdout] 209 | | where
[INFO] [stdout] 210 | |     State: Clone + Send + Sync + 'static,
[INFO] [stdout] 211 | |     Stream: crate::stream::Stream + Unpin,
[INFO] [stdout] 212 | |     Response: Send + 'static,
[INFO] [stdout] 213 | |     T: Service<State, HttpPeekStream<Stream>, Response = Response, Error: Into<BoxError>>,
[INFO] [stdout] 214 | |     F: Service<State, HttpPeekStream<Stream>, Response = Response, Error: Into<BoxError>>,
[INFO] [stdout]     | |__________________________________________________________________________________________^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:208:1
[INFO] [stdout]     |
[INFO] [stdout] 208 | / impl<State, Stream, Response, T, F> Service<State, Stream> for HttpPeekRouter<Http1Acceptor<T>, F>
[INFO] [stdout] 209 | | where
[INFO] [stdout] 210 | |     State: Clone + Send + Sync + 'static,
[INFO] [stdout] 211 | |     Stream: crate::stream::Stream + Unpin,
[INFO] [stdout] 212 | |     Response: Send + 'static,
[INFO] [stdout] 213 | |     T: Service<State, HttpPeekStream<Stream>, Response = Response, Error: Into<BoxError>>,
[INFO] [stdout] 214 | |     F: Service<State, HttpPeekStream<Stream>, Response = Response, Error: Into<BoxError>>,
[INFO] [stdout]     | |__________________________________________________________________________________________^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:216:5
[INFO] [stdout]     |
[INFO] [stdout] 216 |     type Response = Response;
[INFO] [stdout]     |     ^^^^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:216:5
[INFO] [stdout]     |
[INFO] [stdout] 216 |     type Response = Response;
[INFO] [stdout]     |     ^^^^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:217:5
[INFO] [stdout]     |
[INFO] [stdout] 217 |     type Error = BoxError;
[INFO] [stdout]     |     ^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:217:5
[INFO] [stdout]     |
[INFO] [stdout] 217 |     type Error = BoxError;
[INFO] [stdout]     |     ^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:223:10
[INFO] [stdout]     |
[INFO] [stdout] 223 |     ) -> Result<Self::Response, Self::Error> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:223:10
[INFO] [stdout]     |
[INFO] [stdout] 223 |     ) -> Result<Self::Response, Self::Error> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:239:1
[INFO] [stdout]     |
[INFO] [stdout] 239 | / impl<State, Stream, Response, T, F> Service<State, Stream> for HttpPeekRouter<H2Acceptor<T>, F>
[INFO] [stdout] 240 | | where
[INFO] [stdout] 241 | |     State: Clone + Send + Sync + 'static,
[INFO] [stdout] 242 | |     Stream: crate::stream::Stream + Unpin,
[INFO] [stdout] 243 | |     Response: Send + 'static,
[INFO] [stdout] 244 | |     T: Service<State, HttpPeekStream<Stream>, Response = Response, Error: Into<BoxError>>,
[INFO] [stdout] 245 | |     F: Service<State, HttpPeekStream<Stream>, Response = Response, Error: Into<BoxError>>,
[INFO] [stdout]     | |__________________________________________________________________________________________^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:239:1
[INFO] [stdout]     |
[INFO] [stdout] 239 | / impl<State, Stream, Response, T, F> Service<State, Stream> for HttpPeekRouter<H2Acceptor<T>, F>
[INFO] [stdout] 240 | | where
[INFO] [stdout] 241 | |     State: Clone + Send + Sync + 'static,
[INFO] [stdout] 242 | |     Stream: crate::stream::Stream + Unpin,
[INFO] [stdout] 243 | |     Response: Send + 'static,
[INFO] [stdout] 244 | |     T: Service<State, HttpPeekStream<Stream>, Response = Response, Error: Into<BoxError>>,
[INFO] [stdout] 245 | |     F: Service<State, HttpPeekStream<Stream>, Response = Response, Error: Into<BoxError>>,
[INFO] [stdout]     | |__________________________________________________________________________________________^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:247:5
[INFO] [stdout]     |
[INFO] [stdout] 247 |     type Response = Response;
[INFO] [stdout]     |     ^^^^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:247:5
[INFO] [stdout]     |
[INFO] [stdout] 247 |     type Response = Response;
[INFO] [stdout]     |     ^^^^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:248:5
[INFO] [stdout]     |
[INFO] [stdout] 248 |     type Error = BoxError;
[INFO] [stdout]     |     ^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:248:5
[INFO] [stdout]     |
[INFO] [stdout] 248 |     type Error = BoxError;
[INFO] [stdout]     |     ^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:254:10
[INFO] [stdout]     |
[INFO] [stdout] 254 |     ) -> Result<Self::Response, Self::Error> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:254:10
[INFO] [stdout]     |
[INFO] [stdout] 254 |     ) -> Result<Self::Response, Self::Error> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:270:1
[INFO] [stdout]     |
[INFO] [stdout] 270 | / impl<State, Stream, Response, T, U, F> Service<State, Stream>
[INFO] [stdout] 271 | |     for HttpPeekRouter<HttpDualAcceptor<T, U>, F>
[INFO] [stdout] 272 | | where
[INFO] [stdout] 273 | |     State: Clone + Send + Sync + 'static,
[INFO] [stdout] ...   |
[INFO] [stdout] 277 | |     U: Service<State, HttpPeekStream<Stream>, Response = Response, Error: Into<BoxError>>,
[INFO] [stdout] 278 | |     F: Service<State, HttpPeekStream<Stream>, Response = Response, Error: Into<BoxError>>,
[INFO] [stdout]     | |__________________________________________________________________________________________^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:270:1
[INFO] [stdout]     |
[INFO] [stdout] 270 | / impl<State, Stream, Response, T, U, F> Service<State, Stream>
[INFO] [stdout] 271 | |     for HttpPeekRouter<HttpDualAcceptor<T, U>, F>
[INFO] [stdout] 272 | | where
[INFO] [stdout] 273 | |     State: Clone + Send + Sync + 'static,
[INFO] [stdout] ...   |
[INFO] [stdout] 277 | |     U: Service<State, HttpPeekStream<Stream>, Response = Response, Error: Into<BoxError>>,
[INFO] [stdout] 278 | |     F: Service<State, HttpPeekStream<Stream>, Response = Response, Error: Into<BoxError>>,
[INFO] [stdout]     | |__________________________________________________________________________________________^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `U`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:270:1
[INFO] [stdout]     |
[INFO] [stdout] 270 | / impl<State, Stream, Response, T, U, F> Service<State, Stream>
[INFO] [stdout] 271 | |     for HttpPeekRouter<HttpDualAcceptor<T, U>, F>
[INFO] [stdout] 272 | | where
[INFO] [stdout] 273 | |     State: Clone + Send + Sync + 'static,
[INFO] [stdout] ...   |
[INFO] [stdout] 277 | |     U: Service<State, HttpPeekStream<Stream>, Response = Response, Error: Into<BoxError>>,
[INFO] [stdout] 278 | |     F: Service<State, HttpPeekStream<Stream>, Response = Response, Error: Into<BoxError>>,
[INFO] [stdout]     | |__________________________________________________________________________________________^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:280:5
[INFO] [stdout]     |
[INFO] [stdout] 280 |     type Response = Response;
[INFO] [stdout]     |     ^^^^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:280:5
[INFO] [stdout]     |
[INFO] [stdout] 280 |     type Response = Response;
[INFO] [stdout]     |     ^^^^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `U`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:280:5
[INFO] [stdout]     |
[INFO] [stdout] 280 |     type Response = Response;
[INFO] [stdout]     |     ^^^^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:281:5
[INFO] [stdout]     |
[INFO] [stdout] 281 |     type Error = BoxError;
[INFO] [stdout]     |     ^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:281:5
[INFO] [stdout]     |
[INFO] [stdout] 281 |     type Error = BoxError;
[INFO] [stdout]     |     ^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `U`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:281:5
[INFO] [stdout]     |
[INFO] [stdout] 281 |     type Error = BoxError;
[INFO] [stdout]     |     ^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:287:10
[INFO] [stdout]     |
[INFO] [stdout] 287 |     ) -> Result<Self::Response, Self::Error> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `F`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:287:10
[INFO] [stdout]     |
[INFO] [stdout] 287 |     ) -> Result<Self::Response, Self::Error> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `U`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<State, PeekStream<StackReader<24>, Stream>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/rama-fb91f75d01b907e8/49c30bb/rama-net/src/http/server/peek.rs:287:10
[INFO] [stdout]     |
[INFO] [stdout] 287 |     ) -> Result<Self::Response, Self::Error> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Service<State, PeekStream<StackReader<24>, Stream>>` is not implemented for `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rama-crypto v0.3.0-alpha.3 (https://github.com/plabayo/rama#49c30bbe)
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rama-net` (lib) due to 48 previous errors
[INFO] running `Command { std: "docker" "inspect" "d20fcff1ecf9126b59c7afadb5c21022cc0a0f0436adb7c3af0bca0af192c190", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d20fcff1ecf9126b59c7afadb5c21022cc0a0f0436adb7c3af0bca0af192c190", kill_on_drop: false }`
[INFO] [stdout] d20fcff1ecf9126b59c7afadb5c21022cc0a0f0436adb7c3af0bca0af192c190
